3.1105 \(\int \frac{x}{(c+a^2 c x^2)^{5/2} \tan ^{-1}(a x)^{5/2}} \, dx\)

Optimal. Leaf size=222 \[ -\frac{\sqrt{2 \pi } \sqrt{a^2 x^2+1} S\left (\sqrt{\frac{2}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )}{3 a^2 c^2 \sqrt{a^2 c x^2+c}}-\frac{\sqrt{6 \pi } \sqrt{a^2 x^2+1} S\left (\sqrt{\frac{6}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )}{a^2 c^2 \sqrt{a^2 c x^2+c}}+\frac{8 x^2}{3 c \left (a^2 c x^2+c\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}-\frac{2 x}{3 a c \left (a^2 c x^2+c\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (a^2 c x^2+c\right )^{3/2} \sqrt{\tan ^{-1}(a x)}} \]

[Out]

(-2*x)/(3*a*c*(c + a^2*c*x^2)^(3/2)*ArcTan[a*x]^(3/2)) - 4/(3*a^2*c*(c + a^2*c*x^2)^(3/2)*Sqrt[ArcTan[a*x]]) +
 (8*x^2)/(3*c*(c + a^2*c*x^2)^(3/2)*Sqrt[ArcTan[a*x]]) - (Sqrt[2*Pi]*Sqrt[1 + a^2*x^2]*FresnelS[Sqrt[2/Pi]*Sqr
t[ArcTan[a*x]]])/(3*a^2*c^2*Sqrt[c + a^2*c*x^2]) - (Sqrt[6*Pi]*Sqrt[1 + a^2*x^2]*FresnelS[Sqrt[6/Pi]*Sqrt[ArcT
an[a*x]]])/(a^2*c^2*Sqrt[c + a^2*c*x^2])

________________________________________________________________________________________

Rubi [A]  time = 1.05731, antiderivative size = 222, normalized size of antiderivative = 1., number of steps used = 27, number of rules used = 8, integrand size = 24, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.333, Rules used = {4968, 4971, 4970, 3312, 3305, 3351, 4406, 4902} \[ -\frac{\sqrt{2 \pi } \sqrt{a^2 x^2+1} S\left (\sqrt{\frac{2}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )}{3 a^2 c^2 \sqrt{a^2 c x^2+c}}-\frac{\sqrt{6 \pi } \sqrt{a^2 x^2+1} S\left (\sqrt{\frac{6}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )}{a^2 c^2 \sqrt{a^2 c x^2+c}}+\frac{8 x^2}{3 c \left (a^2 c x^2+c\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}-\frac{2 x}{3 a c \left (a^2 c x^2+c\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (a^2 c x^2+c\right )^{3/2} \sqrt{\tan ^{-1}(a x)}} \]

Antiderivative was successfully verified.

[In]

Int[x/((c + a^2*c*x^2)^(5/2)*ArcTan[a*x]^(5/2)),x]

[Out]

(-2*x)/(3*a*c*(c + a^2*c*x^2)^(3/2)*ArcTan[a*x]^(3/2)) - 4/(3*a^2*c*(c + a^2*c*x^2)^(3/2)*Sqrt[ArcTan[a*x]]) +
 (8*x^2)/(3*c*(c + a^2*c*x^2)^(3/2)*Sqrt[ArcTan[a*x]]) - (Sqrt[2*Pi]*Sqrt[1 + a^2*x^2]*FresnelS[Sqrt[2/Pi]*Sqr
t[ArcTan[a*x]]])/(3*a^2*c^2*Sqrt[c + a^2*c*x^2]) - (Sqrt[6*Pi]*Sqrt[1 + a^2*x^2]*FresnelS[Sqrt[6/Pi]*Sqrt[ArcT
an[a*x]]])/(a^2*c^2*Sqrt[c + a^2*c*x^2])

Rule 4968

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Simp[(x^m*(d
+ e*x^2)^(q + 1)*(a + b*ArcTan[c*x])^(p + 1))/(b*c*d*(p + 1)), x] + (-Dist[(c*(m + 2*q + 2))/(b*(p + 1)), Int[
x^(m + 1)*(d + e*x^2)^q*(a + b*ArcTan[c*x])^(p + 1), x], x] - Dist[m/(b*c*(p + 1)), Int[x^(m - 1)*(d + e*x^2)^
q*(a + b*ArcTan[c*x])^(p + 1), x], x]) /; FreeQ[{a, b, c, d, e, m}, x] && EqQ[e, c^2*d] && IntegerQ[m] && LtQ[
q, -1] && LtQ[p, -1] && NeQ[m + 2*q + 2, 0]

Rule 4971

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[(d^(q +
1/2)*Sqrt[1 + c^2*x^2])/Sqrt[d + e*x^2], Int[x^m*(1 + c^2*x^2)^q*(a + b*ArcTan[c*x])^p, x], x] /; FreeQ[{a, b,
 c, d, e, p}, x] && EqQ[e, c^2*d] && IGtQ[m, 0] && ILtQ[m + 2*q + 1, 0] &&  !(IntegerQ[q] || GtQ[d, 0])

Rule 4970

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_.)*(x_)^(m_.)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Dist[d^q/c^(m
 + 1), Subst[Int[((a + b*x)^p*Sin[x]^m)/Cos[x]^(m + 2*(q + 1)), x], x, ArcTan[c*x]], x] /; FreeQ[{a, b, c, d,
e, p}, x] && EqQ[e, c^2*d] && IGtQ[m, 0] && ILtQ[m + 2*q + 1, 0] && (IntegerQ[q] || GtQ[d, 0])

Rule 3312

Int[((c_.) + (d_.)*(x_))^(m_)*sin[(e_.) + (f_.)*(x_)]^(n_), x_Symbol] :> Int[ExpandTrigReduce[(c + d*x)^m, Sin
[e + f*x]^n, x], x] /; FreeQ[{c, d, e, f, m}, x] && IGtQ[n, 1] && ( !RationalQ[m] || (GeQ[m, -1] && LtQ[m, 1])
)

Rule 3305

Int[sin[(e_.) + (f_.)*(x_)]/Sqrt[(c_.) + (d_.)*(x_)], x_Symbol] :> Dist[2/d, Subst[Int[Sin[(f*x^2)/d], x], x,
Sqrt[c + d*x]], x] /; FreeQ[{c, d, e, f}, x] && ComplexFreeQ[f] && EqQ[d*e - c*f, 0]

Rule 3351

Int[Sin[(d_.)*((e_.) + (f_.)*(x_))^2], x_Symbol] :> Simp[(Sqrt[Pi/2]*FresnelS[Sqrt[2/Pi]*Rt[d, 2]*(e + f*x)])/
(f*Rt[d, 2]), x] /; FreeQ[{d, e, f}, x]

Rule 4406

Int[Cos[(a_.) + (b_.)*(x_)]^(p_.)*((c_.) + (d_.)*(x_))^(m_.)*Sin[(a_.) + (b_.)*(x_)]^(n_.), x_Symbol] :> Int[E
xpandTrigReduce[(c + d*x)^m, Sin[a + b*x]^n*Cos[a + b*x]^p, x], x] /; FreeQ[{a, b, c, d, m}, x] && IGtQ[n, 0]
&& IGtQ[p, 0]

Rule 4902

Int[((a_.) + ArcTan[(c_.)*(x_)]*(b_.))^(p_)*((d_) + (e_.)*(x_)^2)^(q_), x_Symbol] :> Simp[((d + e*x^2)^(q + 1)
*(a + b*ArcTan[c*x])^(p + 1))/(b*c*d*(p + 1)), x] - Dist[(2*c*(q + 1))/(b*(p + 1)), Int[x*(d + e*x^2)^q*(a + b
*ArcTan[c*x])^(p + 1), x], x] /; FreeQ[{a, b, c, d, e}, x] && EqQ[e, c^2*d] && LtQ[q, -1] && LtQ[p, -1]

Rubi steps

\begin{align*} \int \frac{x}{\left (c+a^2 c x^2\right )^{5/2} \tan ^{-1}(a x)^{5/2}} \, dx &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}+\frac{2 \int \frac{1}{\left (c+a^2 c x^2\right )^{5/2} \tan ^{-1}(a x)^{3/2}} \, dx}{3 a}-\frac{1}{3} (4 a) \int \frac{x^2}{\left (c+a^2 c x^2\right )^{5/2} \tan ^{-1}(a x)^{3/2}} \, dx\\ &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{8 x^2}{3 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}-4 \int \frac{x}{\left (c+a^2 c x^2\right )^{5/2} \sqrt{\tan ^{-1}(a x)}} \, dx-\frac{16}{3} \int \frac{x}{\left (c+a^2 c x^2\right )^{5/2} \sqrt{\tan ^{-1}(a x)}} \, dx+\frac{1}{3} \left (8 a^2\right ) \int \frac{x^3}{\left (c+a^2 c x^2\right )^{5/2} \sqrt{\tan ^{-1}(a x)}} \, dx\\ &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{8 x^2}{3 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}-\frac{\left (4 \sqrt{1+a^2 x^2}\right ) \int \frac{x}{\left (1+a^2 x^2\right )^{5/2} \sqrt{\tan ^{-1}(a x)}} \, dx}{c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (16 \sqrt{1+a^2 x^2}\right ) \int \frac{x}{\left (1+a^2 x^2\right )^{5/2} \sqrt{\tan ^{-1}(a x)}} \, dx}{3 c^2 \sqrt{c+a^2 c x^2}}+\frac{\left (8 a^2 \sqrt{1+a^2 x^2}\right ) \int \frac{x^3}{\left (1+a^2 x^2\right )^{5/2} \sqrt{\tan ^{-1}(a x)}} \, dx}{3 c^2 \sqrt{c+a^2 c x^2}}\\ &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{8 x^2}{3 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{\left (8 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \frac{\sin ^3(x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (4 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \frac{\cos ^2(x) \sin (x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (16 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \frac{\cos ^2(x) \sin (x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}\\ &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{8 x^2}{3 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{\left (8 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \left (\frac{3 \sin (x)}{4 \sqrt{x}}-\frac{\sin (3 x)}{4 \sqrt{x}}\right ) \, dx,x,\tan ^{-1}(a x)\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (4 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \left (\frac{\sin (x)}{4 \sqrt{x}}+\frac{\sin (3 x)}{4 \sqrt{x}}\right ) \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (16 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \left (\frac{\sin (x)}{4 \sqrt{x}}+\frac{\sin (3 x)}{4 \sqrt{x}}\right ) \, dx,x,\tan ^{-1}(a x)\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}\\ &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{8 x^2}{3 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}-\frac{\left (2 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \frac{\sin (3 x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\sqrt{1+a^2 x^2} \operatorname{Subst}\left (\int \frac{\sin (x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\sqrt{1+a^2 x^2} \operatorname{Subst}\left (\int \frac{\sin (3 x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (4 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \frac{\sin (x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (4 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \frac{\sin (3 x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}+\frac{\left (2 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \frac{\sin (x)}{\sqrt{x}} \, dx,x,\tan ^{-1}(a x)\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}\\ &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{8 x^2}{3 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}-\frac{\left (4 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \sin \left (3 x^2\right ) \, dx,x,\sqrt{\tan ^{-1}(a x)}\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (2 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \sin \left (x^2\right ) \, dx,x,\sqrt{\tan ^{-1}(a x)}\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (2 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \sin \left (3 x^2\right ) \, dx,x,\sqrt{\tan ^{-1}(a x)}\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (8 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \sin \left (x^2\right ) \, dx,x,\sqrt{\tan ^{-1}(a x)}\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\left (8 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \sin \left (3 x^2\right ) \, dx,x,\sqrt{\tan ^{-1}(a x)}\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}+\frac{\left (4 \sqrt{1+a^2 x^2}\right ) \operatorname{Subst}\left (\int \sin \left (x^2\right ) \, dx,x,\sqrt{\tan ^{-1}(a x)}\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}\\ &=-\frac{2 x}{3 a c \left (c+a^2 c x^2\right )^{3/2} \tan ^{-1}(a x)^{3/2}}-\frac{4}{3 a^2 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}+\frac{8 x^2}{3 c \left (c+a^2 c x^2\right )^{3/2} \sqrt{\tan ^{-1}(a x)}}-\frac{\sqrt{2 \pi } \sqrt{1+a^2 x^2} S\left (\sqrt{\frac{2}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )}{3 a^2 c^2 \sqrt{c+a^2 c x^2}}-\frac{\sqrt{6 \pi } \sqrt{1+a^2 x^2} S\left (\sqrt{\frac{6}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )}{a^2 c^2 \sqrt{c+a^2 c x^2}}\\ \end{align*}

Mathematica [C]  time = 0.829771, size = 261, normalized size = 1.18 \[ \frac{7 \left (a^2 x^2+1\right )^{3/2} \tan ^{-1}(a x) \left (3 \sqrt{-i \tan ^{-1}(a x)} \text{Gamma}\left (\frac{1}{2},-i \tan ^{-1}(a x)\right )+3 \sqrt{i \tan ^{-1}(a x)} \text{Gamma}\left (\frac{1}{2},i \tan ^{-1}(a x)\right )+\sqrt{3} \left (\sqrt{-i \tan ^{-1}(a x)} \text{Gamma}\left (\frac{1}{2},-3 i \tan ^{-1}(a x)\right )+\sqrt{i \tan ^{-1}(a x)} \text{Gamma}\left (\frac{1}{2},3 i \tan ^{-1}(a x)\right )\right )\right )+4 \sqrt{6 \pi } \left (a^2 x^2+1\right )^{3/2} \tan ^{-1}(a x)^{3/2} \left (3 \sqrt{3} S\left (\sqrt{\frac{2}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )-S\left (\sqrt{\frac{6}{\pi }} \sqrt{\tan ^{-1}(a x)}\right )\right )-12 \left (\left (2-4 a^2 x^2\right ) \tan ^{-1}(a x)+a x\right )}{18 a^2 c \left (a^2 c x^2+c\right )^{3/2} \tan ^{-1}(a x)^{3/2}} \]

Warning: Unable to verify antiderivative.

[In]

Integrate[x/((c + a^2*c*x^2)^(5/2)*ArcTan[a*x]^(5/2)),x]

[Out]

(-12*(a*x + (2 - 4*a^2*x^2)*ArcTan[a*x]) + 4*Sqrt[6*Pi]*(1 + a^2*x^2)^(3/2)*ArcTan[a*x]^(3/2)*(3*Sqrt[3]*Fresn
elS[Sqrt[2/Pi]*Sqrt[ArcTan[a*x]]] - FresnelS[Sqrt[6/Pi]*Sqrt[ArcTan[a*x]]]) + 7*(1 + a^2*x^2)^(3/2)*ArcTan[a*x
]*(3*Sqrt[(-I)*ArcTan[a*x]]*Gamma[1/2, (-I)*ArcTan[a*x]] + 3*Sqrt[I*ArcTan[a*x]]*Gamma[1/2, I*ArcTan[a*x]] + S
qrt[3]*(Sqrt[(-I)*ArcTan[a*x]]*Gamma[1/2, (-3*I)*ArcTan[a*x]] + Sqrt[I*ArcTan[a*x]]*Gamma[1/2, (3*I)*ArcTan[a*
x]])))/(18*a^2*c*(c + a^2*c*x^2)^(3/2)*ArcTan[a*x]^(3/2))

________________________________________________________________________________________

Maple [F]  time = 0.898, size = 0, normalized size = 0. \begin{align*} \int{x \left ({a}^{2}c{x}^{2}+c \right ) ^{-{\frac{5}{2}}} \left ( \arctan \left ( ax \right ) \right ) ^{-{\frac{5}{2}}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^(5/2),x)

[Out]

int(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^(5/2),x)

________________________________________________________________________________________

Maxima [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: RuntimeError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^(5/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

________________________________________________________________________________________

Fricas [F(-2)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Exception raised: UnboundLocalError} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^(5/2),x, algorithm="fricas")

[Out]

Exception raised: UnboundLocalError

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a**2*c*x**2+c)**(5/2)/atan(a*x)**(5/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{x}{{\left (a^{2} c x^{2} + c\right )}^{\frac{5}{2}} \arctan \left (a x\right )^{\frac{5}{2}}}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x/(a^2*c*x^2+c)^(5/2)/arctan(a*x)^(5/2),x, algorithm="giac")

[Out]

integrate(x/((a^2*c*x^2 + c)^(5/2)*arctan(a*x)^(5/2)), x)